/* Link Styles */
a:Link, a:Visited	{ color:#0033cc; text-decoration:underline; }
a:Hover, a:Active	{ color:#000066; text-decoration:none; }


/* Default HTML 4.0 Styles */
address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   	{ display: block; font:13px trebuchet MS, trebuchet, tahoma, arial; }
li						{ }
head					{ display: none }
table					{ display: table }
tr						{ display: table-row }
thead					{ display: table-header-group }
tbody					{ display: table-row-group }
tfoot					{ display: table-footer-group }
col						{ display: table-column }
colgroup				{ display: table-column-group }
td, th					{ display: table-cell; font:13px trebuchet MS, trebuchet, tahoma, arial; }
caption					{ display: table-caption; font:13px trebuchet MS, trebuchet, tahoma, arial; }
th						{ font-weight: bolder; text-align: center }
caption					{ text-align: center }
h1						{ font-size: 30px; }
h2						{ font-size: 24px; }
h3						{ font-size: 18px; }
h4						{ font-size: 14px; }
h5						{ font-size: 11px; }
h6						{ font-size: 10px; }
h1, h2, h3, h4,
h5, h6, b,
strong					{ font-weight: bold }
blockquote				{ margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address			{ font-style: italic }
pre, tt, code,
kbd, samp				{ font-family: monospace }
pre						{ white-space: pre }
button, textarea,
input, object, 
select					{ display:inline-block; }
big						{ font-size: 1.17em }
small, sub, sup			{ font-size: .83em }
sub						{ vertical-align: sub }
sup						{ vertical-align: super }
thead, tbody,
tfoot					{ vertical-align: middle }
s, strike, del			{ text-decoration: line-through }
hr						{  }
ol, ul, dir,
menu, dd				{ margin-left: 40px }
ol						{ list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol			{ margin-top: 0; margin-bottom: 0 }
u, ins					{ text-decoration: underline }
br:before				{ content: "\A" }
	:before, :after		{ white-space: pre-line }
center					{ text-align: center }
abbr, acronym			{ font-variant: small-caps; letter-spacing: 0.1em }
	:link, :visited		{ text-decoration: underline }
	:focus				{ outline: thin dotted invert }
	
hr						 { height:1px; border: none 0; border-top: 1px solid #ccccff; }